FrontPage
»
RevolutionaryProposals
»
Structured Zope Scripting
This is [Caseman]?'s idea for what a structured Zope scripting language should be. It is designed to look a lot like Python, but easily allow inlining of HTML and text.
The scripting language will be called SZL (sizzle) for Structured Zope Language.
Basic Design
- Like in DTML, a straight HTML document with no server side scripting can be created if you include no script code. Zope would then simply serve out whatever you entered verbatim.
- Inserting Objects and Expressions
- Statement Blocks and Conditionals
more to come later...